home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page6 / 00157.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  235 b   |  14 lines

  1. on exitFrame
  2.   global returnframe, stay, door
  3.   set returnframe to 0
  4.   if stay = 1 then
  5.     go(the frame)
  6.     exit
  7.   end if
  8.   puppetSound(0)
  9.   set door to 0
  10.   if count(the windowList) > 0 then
  11.     forget(window "pagebar")
  12.   end if
  13. end
  14.